home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / Delphi.Net / CLR / Remoting / HTTPClient.exe.config < prev    next >
Encoding:
Text File  |  2004-10-22  |  285 b   |  14 lines

  1. <configuration>
  2.  <system.runtime.remoting>
  3.   <application>
  4.    <channels>
  5.     <channel ref='http'>
  6.      <clientProviders>
  7.       <formatter ref='binary'/>
  8.      </clientProviders>
  9.     </channel>
  10.    </channels>
  11.   </application>
  12.  </system.runtime.remoting>
  13. </configuration>
  14.